From: Glenn Morris Date: Wed, 22 Aug 2012 17:34:50 +0000 (-0400) Subject: Bump executable-prefix :version X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2326^2~989 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1d0f71d37a0965e098075e8410c65a95011255ff;p=emacs.git Bump executable-prefix :version --- diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index 981a075b4f0..092e1a4d578 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el @@ -86,6 +86,7 @@ When this is `function', only ask when called non-interactively." (defcustom executable-prefix "#!" "Interpreter magic number prefix inserted when there was no magic number." + :version "24.3" ; "#! " -> "#!" :type 'string :group 'executable)